cmd: Kconfig: Fix CMD_UBIFS dependencies
authorKarl Beldan <[email protected]>
Wed, 12 Jul 2017 16:11:47 +0000 (16:11 +0000)
committerTom Rini <[email protected]>
Mon, 24 Jul 2017 11:33:34 +0000 (07:33 -0400)
Remove the ARCH_SUNXI and RBTREE dependencies.
CMD_UBIFS already gets RBTREE from CMD_UBI (from MTD_UBI), and should
the first become independant from the latter, there would likely be a
dependency on MTD_UBI anyway.

Cc: Boris Brezillon <[email protected]>
Cc: Jagan Teki <[email protected]>
Signed-off-by: Karl Beldan <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
cmd/Kconfig

index 92576f57348facdc94838050916026297eeb92a1..8766243f0cf9b7803d7502bf17b677cd459fc744 100644 (file)
@@ -1269,8 +1269,7 @@ config CMD_UBIFS
        tristate "Enable UBIFS - Unsorted block images filesystem commands"
        depends on CMD_UBI
        select CRC32
-       select RBTREE if ARCH_SUNXI
-       select LZO if ARCH_SUNXI
+       select LZO
        default y if NAND_SUNXI
        help
          UBIFS is a file system for flash devices which works on top of UBI.